home *** CD-ROM | disk | FTP | other *** search
- /* Help.h */ /* C14 Calculator */
- /* Created 930503 10:02 AM by AppMaker */
-
- #ifndef __HE__
- #define __HE__
-
- /*#include "Globals.h"*/
-
- /*----------*/
- void HelpSeg (void);
-
- WindowPtr OpenHelp (Str255 fName,
- short vRefNum,
- short fRefNum);
- /*void CloseHelp (void);*/
- /*void ControlHelp (ControlHandle whichControl,*/
- /* short whichPart,*/
- /* Point where);*/
- /*void MouseInHelp (Point where,*/
- /* short modifiers);*/
- /*void TypeInHelp (char ch);*/
- /*void UpdateHelp (void);*/
- void ActivateHelp (Boolean activate);
- /*void ResizeHelp (void);*/
- /*pascal void ScrollHelp (short newValue,*/
- /* short oldValue);*/
-
- #endif /* __HE__ */